    /* --- CORE STYLES --- */
    .fb-cot-v11-scope {
        background: #000;
        color: #fff;
        font-family: 'Inter', sans-serif;
        line-height: 1.6;
        overflow-x: hidden;
    }

    .fb-cot-v11-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 25px;
        box-sizing: border-box;
        margin-top: 50px;
    }

    /* --- HERO --- */
    .fb-cot-v11-hero {
        padding: clamp(80px, 12vh, 150px) 0;
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
            url('') center/cover;
        border-bottom: 5px solid #ffcc00;
        text-align: left;
    }

    .fb-cot-v11-micro-tag {
        color: #ffcc00;
        font-weight: 800;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 25px;
    }

    .fb-cot-v11-target {
        width: 15px;
        height: 15px;
        border: 2px solid #ffcc00;
        border-radius: 50%;
        display: block;
        position: relative;
    }

    .fb-cot-v11-target::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 4px;
        height: 4px;
        background: #ffcc00;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }

    .fb-cot-v11-h1 {
        font-size: clamp(2.5rem, 7vw, 4rem);
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 25px;
    }

    .fb-cot-v11-h1 span {
        color: #ffcc00;
    }

    .fb-cot-v11-p {
        max-width: 600px;
        color: #ccc;
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .fb-cot-v11-cta {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .fb-cot-v11-btn-main {
        background: #ffcc00;
        color: #000;
        padding: 16px 35px;
        text-decoration: none;
        font-weight: 800;
        border-radius: 4px;
        transition: 0.3s;
    }

    .fb-cot-v11-btn-outline {
        border: 2px solid #fff;
        color: #fff;
        padding: 14px 35px;
        text-decoration: none;
        font-weight: 800;
        border-radius: 4px;
        transition: 0.3s;
    }

    .fb-cot-v11-btn-main:hover {
        background: #fff;
        transform: translateY(-5px);
    }

    /* --- SPLIT SECTION --- */
    .fb-cot-v11-section {
        padding: clamp(60px, 10vh, 110px) 0;
    }

    .fb-cot-v11-bg-alt {
        background: #0a0a0a;
    }

    .fb-cot-v11-split {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: 60px;
        align-items: center;
    }

    .fb-cot-v11-title {
        font-size: clamp(2rem, 5vw, 2.8rem);
        font-weight: 800;
        margin-bottom: 25px;
    }

    .fb-cot-v11-title span {
        color: #ffcc00;
    }

    .fb-cot-v11-lead {
        color: #ffcc00;
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .fb-cot-v11-text {
        color: #bbb;
        margin-bottom: 30px;
    }

    .fb-cot-v11-quick-specs {
        display: flex;
        gap: 20px;
    }

    .fb-cot-v11-spec {
        background: #151515;
        padding: 15px 25px;
        border-radius: 8px;
        border-bottom: 3px solid #ffcc00;
    }

    .fb-cot-v11-spec strong {
        display: block;
        color: #ffcc00;
        font-size: 1.1rem;
    }

    .fb-cot-v11-spec span {
        font-size: 0.8rem;
        color: #888;
    }

    .fb-cot-v11-frame {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #333;
    }

    .fb-cot-v11-img {
        width: 100%;
        display: block;
        transition: 0.5s;
        filter: brightness(0.8);
    }

    .fb-cot-v11-frame:hover .fb-cot-v11-img {
        transform: scale(1.05);
        filter: brightness(1);
    }

    .fb-cot-v11-overlay-label {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #ffcc00;
        color: #000;
        padding: 5px 12px;
        font-weight: 900;
        font-size: 10px;
        text-transform: uppercase;
        border-radius: 2px;
    }

    /* --- GRID --- */
    .fb-cot-v11-center {
        text-align: center;
        margin-bottom: 60px;
    }

    .fb-cot-v11-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .fb-cot-v11-card {
        background: #111;
        padding: 50px 40px;
        border-radius: 20px;
        border: 1px solid #222;
        transition: 0.4s;
    }

    .fb-cot-v11-active {
        border-color: #ffcc00;
        background: #161616;
    }

    .fb-cot-v11-card:hover {
        transform: translateY(-10px);
        border-color: #ffcc00;
    }

    .fb-cot-v11-icon {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .fb-cot-v11-card h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .fb-cot-v11-card p {
        color: #888;
        font-size: 0.95rem;
    }

    /* --- DUAL PANE --- */
    .fb-cot-v11-dual {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }

    .fb-cot-v11-pane {
        padding: 50px;
        border-radius: 20px;
    }

    .fb-cot-v11-dark {
        background: #111;
        border: 1px solid #222;
    }

    .fb-cot-v11-yellow {
        background: #ffcc00;
        color: #000;
    }

    .fb-cot-v11-list,
    .fb-cot-v11-list-dark {
        list-style: none;
        padding: 0;
        margin-top: 30px;
    }

    .fb-cot-v11-list li,
    .fb-cot-v11-list-dark li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        position: relative;
        padding-left: 35px;
        font-weight: 700;
    }

    .fb-cot-v11-list-dark li {
        border-bottom-color: rgba(0, 0, 0, 0.1);
    }

    .fb-cot-v11-list li::before {
        content: '●';
        position: absolute;
        left: 0;
        color: #ffcc00;
    }

    .fb-cot-v11-list-dark li::before {
        content: '●';
        position: absolute;
        left: 0;
        color: #000;
    }

    /* --- RESPONSIVE --- */
    @media (max-width: 992px) {
        .fb-cot-v11-split {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .fb-cot-v11-visual {
            order: -1;
        }

        .fb-cot-v11-quick-specs {
            justify-content: center;
        }

        .fb-cot-v11-hero {
            text-align: center;
        }

        .fb-cot-v11-micro-tag {
            justify-content: center;
        }

        .fb-cot-v11-cta {
            justify-content: center;
        }
    }

    @media (max-width: 600px) {
        .fb-cot-v11-cta {
            flex-direction: column;
        }

        .fb-cot-v11-btn-main,
        .fb-cot-v11-btn-outline {
            width: 100%;
            text-align: center;
        }

        .fb-cot-v11-quick-specs {
            flex-direction: column;
        }
    }